/* 头部导航 */


/* pc导航 */

#pc_nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /*border-bottom: 10px solid #0d59a7;*/
    background-color: #fff;
}

#pc_nav .w {
    height: 110px;
    z-index: 455;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1680px;
}

#pc_nav .logo {
    width: 30%;
    align-self: center;
}

#pc_nav .logo img {
    width: 100%;
}


#pc_nav .right_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    border-left: 28px solid transparent;
    border-bottom: 56px solid #e6eef6;
}

#pc_nav .nav_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding-left: 0;
    flex: 1;
    width: 100%;
    position: relative;
    height: 100%;
}

#pc_nav .nav_box:before {
    position: absolute;
    content: "";
    background: url(/resources/portal/snbcedu/images/nav-top-bg1.png) no-repeat left center;
    display: block;
    top: 0;
    bottom: 0;
    background-size: auto 100%;
    width: 200px;

}

#pc_nav .nav_box .top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
    align-items: center;
    margin-top: 20px;
}


#pc_nav .nav_box .top li {
    height: 20px;

    position: relative;
    line-height: 20px;
}

#pc_nav .nav_box .top li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #333;


    margin: 0 20px;
}


#pc_nav .nav_box .top li:last-child::after {
    content: none;
}

#pc_nav .nav_box .top li:last-child {
    border-right: none;
}

#pc_nav .nav_box .top li a {
    color: #666;
    font-size: 14px;
}

#pc_nav .nav_box .bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

#pc_nav .first-nav {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 10px;
    border-radius: 2px 2px 0 0;
}

#pc_nav .first-nav>a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #0d59a7;
}
#pc_nav .first-nav:hover{
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 6%);
    background: rgba(0, 0, 0, 0.6);
}
#pc_nav .first-nav:hover a{
    color: #fff;
}


#pc_nav .first-nav .second-nav {
    position: absolute;
    white-space: nowrap;
    top: 47px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    display: none;
    left: 0;
    /*transform: translateX(-20%);*/
    background: rgba(0, 0, 0, 0.6);
}

#pc_nav .first-nav:last-child .second-nav {
    left: auto;
    right: 0;
}
#pc_nav .first-nav:last-child .second-nav>li>a{
    text-align: right;
}

#pc_nav .first-nav:hover .second-nav {
    display: block;
    width: 240px;
    box-sizing: border-box;
    padding: 15px 0;
}

#pc_nav .first-nav .second-nav>li {
    /*padding: 10px 20px;*/
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    box-sizing: border-box;
}

#pc_nav .first-nav .second-nav>li>a {
    display: block;
    padding-left: 10px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
}

#pc_nav .first-nav .second-nav>li:hover>a {
    background: #0061ae;
}

#pc_nav .first-nav .second-nav .third-nav {
    position: absolute;
    left: 100%;
    top: -15px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    display: none;
}

#pc_nav .first-nav .second-nav>li:hover .third-nav {
    display: block;
}

#pc_nav .first-nav .third-nav {
    padding: 15px;
    width: 170px;
}

#pc_nav .first-nav .third-nav>li {
    /*padding: 10px 20px;*/
    cursor: pointer;
}

#pc_nav .first-nav .third-nav>li>a {
    line-height: 40px;
    display: block;
    border-radius: 4px;
    color: #fff;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
}


#pc_nav .first-nav .third-nav>li:hover a {
    background: #0061ae;
}


/* 首页二三级导航 */

#pc_nav .nav_box .bottom li div {
    display: none;
}


/* 除首页外其他页面导航 */

#hide_nav {
    display: none;
    z-index: 455;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #0d59a7;
    line-height: 100px;
    box-shadow: 0px 0px 13px #072d55;
}

#hide_nav ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;

}

#hide_nav ul p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-right: auto;
}

#hide_nav ul li {
    margin-left: 1.6vw;
}

#hide_nav ul a {
    font-size: 18px;
    color: #fff;
}

#hide_nav ul a:hover {
    color: #fc9000;
    border-bottom: 3px solid #fc9000;
}

#hide_nav ul li div {
    display: none;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    height: 70px;
    background-color: rgb(13 89 167 / 99%);
    line-height: 70px;
    border-top: 2px solid #eeeeee69;
}

#hide_nav ul li div ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

#hide_nav ul li div ul li a {
    font-size: 16px;
    font-weight: bold;
}

#hide_nav ul li div ul li a:hover {
    border: none;
}


/* banner */

.banner {
    width: 100%;
    margin-top: 120px;
    background: #0061ae;
}

.banner img {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}

.select a:hover {
    color: #0d59a7 !important;
}

.select .current a {
    color: #0d59a7 !important;
}


/* 底部模块 */

#footer {
    width: 100%;
    /* margin-top: 80px; */
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
}

#footer .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 80px;
    width: 87%;
    position: relative;
}

#footer .content ul:first-child {
    margin-left: 0;
}

#footer .content ul:last-child {
    margin-right: 0;
}

#footer .content li {
    margin: 12px 0;
    position: relative;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

#footer .content li a {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

#footer .content .tit {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}


/* 联系我们 */

#footer .content .contact {
    width: 472px;
    margin-left: 68px;
}

#footer .content .contact li {
    padding-left: 32px;
    margin: 10px 0;
    font-size: 12px;
}

#footer .content .contact .tit {
    padding-left: 0;
    margin: 0 0 24px 0;
    font-size: 20px;
}

#footer .content .contact li a {
    color: rgba(255, 255, 255, .7);
}

#footer .content .contact li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -1px;
    left: 0;
}

#footer .content .contact .tit::before {
    content: none;
}

#footer .content .contact .address::before {
    background: url(../images/地址.png) no-repeat;
    background-size: cover;
    top: 8px;
}

#footer .content .contact .tel::before {
    background: url(../images/电话.png) no-repeat;
    background-size: cover;
}

#footer .content .contact .mail::before {
    background: url(../images/邮箱.png) no-repeat;
    background-size: cover;
}

#footer .content .contact .code::before {
    background: url(../images/邮编.png) no-repeat;
    background-size: cover;
}

#footer .content .contact .fax::before {
    background: url(../images/传真.png) no-repeat;
    background-size: cover;
}

#footer .content .contact .ewm {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-top: 42px;
}

#footer .content .contact .ewm div {
    margin-right: 36px;
}

#footer .content .contact .ewm div img {
    width: 121px;
    height: 118px;
}

#footer .content .contact .ewm div p {
    text-align: center;
}
#footer .content .certlogo{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 14%
}

/* footer底部 */

#footer .bottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    width: 87%;
    height: 90px;
    border-top: 1px solid #247ad3;
    padding: 28px 0 50px 0;
    margin: 0 auto;
    margin-top: 40px;
    color: #fff;
    font-size: 12px;
}

#footer .bottom a {
    color: #fff;
    font-size: 12px;
}


/* 分页器 */

.pages {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 60%;
    height: 40px;
    margin: 60px auto 100px;
}

.pages li {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.pages li:hover {
    background-color: #0d59a7;
    color: #fff;
}

.pages .current {
    background-color: #0d59a7;
    color: #fff;
}

.pages span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.pages span.disable a {
    cursor: not-allowed;
}

.pages span.disable {
    opacity: 0.6;
    background: #eee;
    cursor: not-allowed;
}

.pages .start {
    width: 100px;
}

.pages .end {
    width: 100px;
    margin-left: 10px;
}

.pages .prev {
    margin-right: 10px;
}

.pages span:first-child {
    margin-right: 10px;
}

.table,
.table tr td {
    border: 1px solid #dee5eb;
    text-align: left;
    padding: 15px;
}

.table {
    width: 100%;
    min-height: 60px;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
    margin: 60px auto;
    font-size: 16px;
    color: #666;
}

.table thead {
    background-color: #e6eef6;
    color: #0d59a7;
}

.table tr th {
    min-width: 200px;
    padding: 15px;
}

.table tr td:first-child {
    text-align: center;
}
.text h1{
    font-weight: bold;
    font-size: 22px;
}
.text h2{
    font-weight: bold;
    font-size: 20px;
}
.text h3{
    font-weight: bold;
    font-size: 18px;
}
.text h4{
    font-weight: bold;
    font-size: 16px;
}
/* 适配1680px */

@media (max-width: 1680px) {

    /* 头部导航 */
    /* pc导航 */
    #pc_nav .right_top {
        display: none;
    }

    #pc_nav .nav_box .top::after {
        width: .12rem;
        height: .12rem;
    }

    #pc_nav .nav_box .top li {
        height: .1rem;

        line-height: .1rem;
    }

    #pc_nav .first-nav {
        margin-left: 20px;
    }

    /* 除首页外其他页面导航 */
    #hide_nav {
        height: .625rem;
        line-height: .625rem;
    }

    #hide_nav ul p {
        font-size: .18rem;
    }

    #hide_nav ul a {
        font-size: .11rem;
    }

    #hide_nav ul li div {
        bottom: -0.44rem;
        height: .44rem;
        line-height: .44rem;
    }

    #hide_nav ul li div ul {
        width: 7.14rem;
    }

    #hide_nav ul li div ul li a {
        font-size: .08rem;
    }

    /* banner */
    .banner {
        margin-top: .72rem;
    }
    .table{
        font-size: .1rem;
        line-height: .2rem;
    }
    /* 底部模块 */
    #footer {
        width: 100%;
        /* margin-top: 0.476rem; */
    }

    #footer .content {
        width: 9rem;
        padding-top: 0.48rem;
        margin: 0 auto;
        padding-bottom: 0.5rem;
    }

    #footer .content ul {
        width: 1.2rem;
    }

    #footer .content ul:first-child {
        width: 0.8rem;
    }

    #footer .content ul:nth-child(4),
    #footer .content ul:nth-child(5) {
        width: 0.8rem;
    }

    #footer .content li {
        margin: 0.1rem 0;
    }

    #footer .content .tit {
        margin-bottom: .14rem;
    }

    /* 联系我们 */
    #footer .content .contact {
        width: 2.6rem;
        margin-left: .4rem;
    }

    #footer .content .contact li {
        padding-left: .2rem;
        margin: 0.08rem 0;
    }

    #footer .content .contact .tit {
        margin: 0 0 0.14rem 0;
    }

    #footer .content .contact li::before {
        width: .14rem;
        height: .14rem;
        top: 2px;
        left: 0;
    }

    #footer .content .contact .address::before {
        top: 8px;
    }

    #footer .content .contact .ewm {
        margin-top: .25rem;
    }

    #footer .content .contact .ewm div {
        margin-right: .2rem;
    }

    #footer .content .contact .ewm div img {
        width: .72rem;
        height: .7rem;
    }

    /* footer底部 */
    #footer .bottom {
        width: 9.06rem;
        height: .54rem;
        padding: 0.18rem 0 0.3rem 0;
        margin-top: .22rem;
        font-size: .1rem;
    }

    #footer .bottom a {
        font-size: .1rem;
    }
}

@media (max-width: 1680px) {
    #pc_nav .w {
        padding: 0 0.42rem;
    }
}

@media (max-width: 1555px) {

    #pc_nav .first-nav {
        padding-top: 10px;
    }
}

@media (max-width: 1366px) {
    #pc_nav .first-nav {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 2px 2px 0 0;
    }
    #pc_nav .first-nav:hover{
        box-shadow: 0 0 40px 0 rgb(0 0 0 / 6%);
        background: rgba(0, 0, 0, 0.6);
    }
    #pc_nav .first-nav:hover a{
        color: #fff;
    }
    #pc_nav .first-nav .second-nav{
        left: 0;
    }
}

/* 适配1024px */

@media (max-width: 1024px) {

    /* pc导航 */
    #pc_nav .nav_box {
        padding: 0.1rem 0.24rem;
        padding-right: .36rem;
    }

    #pc_nav .nav_box .bottom li {
        margin: 0 0.08rem;
    }

    #pc_nav .nav_box .bottom li a {
        font-size: .1rem;
    }

    /* 底部模块 */
    #footer .content li {
        font-size: .1rem;
    }

    #footer .content .tit {
        font-size: .12rem;
    }

    /* 联系我们 */
    #footer .content .contact li {
        font-size: .08rem;
    }

    #footer .content .contact .tit {
        font-size: .12rem;
    }
}